dnd: Remove unused function
authorBenjamin Otte <otte@redhat.com>
Sat, 16 Dec 2017 00:54:25 +0000 (01:54 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 16 Dec 2017 01:48:12 +0000 (02:48 +0100)
commit8f6194a88340f1f842099b8f3f55bf48d5ef5069
tree203b48b8c511cc759159452647a8a7760555aa5b
parentaab86f8b98165f3b598db25904753f9faa1bf622
dnd: Remove unused function

The function was referencing itself in ways that bamboozled gcc:
  static void
  foo (void)
  {
    g_signal_handlers_disconnect_by_func (NULL, foo, NULL);
  }

Well done, function, you get your own commit!
gtk/gtkdnd.c